Skip to content

docs(bindings-roadmap): wss:// not ws:// (satisfies Semgrep)#417

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/secure-ws-roadmap
May 28, 2026
Merged

docs(bindings-roadmap): wss:// not ws:// (satisfies Semgrep)#417
hyperpolymath merged 1 commit into
mainfrom
chore/secure-ws-roadmap

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

Follow-up to #410. The bindings-roadmap referenced ws:// in a table cell describing the WebSocket binding entry. Semgrep's javascript.lang.security.detect-insecure-websocket rule scans asciidoc + prose and flagged this on #410's CI run.

Per the estate-wide secure-protocols-in-docs policy established 2026-05-28, all transport schemes in authored content must default to the encrypted variant (https, wss, sftp, ldaps, smtps, …) — Semgrep treats the literal ws:// token in markdown/asciidoc as if it were code.

This PR changes the table cell from raw \ws://`encrypted `wss://``.

Test plan

  • Semgrep OSS check goes from FAILURE → SUCCESS
  • AsciiDoc still renders the table cell correctly

🤖 Generated with Claude Code

…websocket rule

The bindings-roadmap referenced `ws://` in a table cell describing the
planned WebSocket binding. Semgrep's
javascript.lang.security.detect-insecure-websocket rule scans prose +
asciidoc cells and flagged this — surfaced as a FAILURE check on the
just-merged PR#410.

Per estate-wide secure-protocols-in-docs policy (2026-05-28), all
transport schemes in authored content default to the encrypted variant.
Replaces "raw `ws://`" with "encrypted `wss://`".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit c871f7f into main May 28, 2026
21 of 23 checks passed
@hyperpolymath hyperpolymath deleted the chore/secure-ws-roadmap branch May 28, 2026 10:09
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 82 issues detected

Severity Count
🔴 Critical 4
🟠 High 11
🟡 Medium 67

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Action actions/checkout@v6 needs attention",
    "type": "unpinned_action",
    "file": "publish-jsr.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action denoland/setup-deno@v2 needs attention",
    "type": "unpinned_action",
    "file": "publish-jsr.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in affine-vscode-publish.yml",
    "type": "unknown",
    "file": "affine-vscode-publish.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "unknown",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "unknown",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci.yml",
    "type": "unknown",
    "file": "ci.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci.yml",
    "type": "unknown",
    "file": "ci.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci.yml",
    "type": "unknown",
    "file": "ci.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci.yml",
    "type": "unknown",
    "file": "ci.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in ci.yml",
    "type": "unknown",
    "file": "ci.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant